home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / RemoteMailCompose / PB.project < prev    next >
Text File  |  1995-06-12  |  641b  |  25 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = MailBox.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, NeXT_s);
  7.     CLASSES = (MailSpeaker.m, RemoteComposeController.m);
  8.     OTHER_SOURCES = (Mail.msg, Makefile);
  9.     H_FILES = (MailSpeaker.h, RemoteComposeController.h);
  10.     INTERFACES = (RemoteCompose.nib);
  11.     OTHER_LINKED = ();
  12.     M_FILES = (RemoteCompose_main.m);
  13. };
  14. APPCLASS = Application;
  15. MAINNIB = RemoteCompose;
  16. DOCEXTENSIONS = ();
  17. PROJECTTYPE = Application;
  18. PROJECTVERSION = 1.1;
  19. LOCALIZABLE_FILES = {
  20.     RemoteCompose.nib;
  21. };
  22. PROJECTNAME = RemoteCompose;
  23. SYSTEMEXTENSIONS = ();
  24. LANGUAGE = English;
  25.